home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 6 / The Arsenal Files 6 (Arsenal Computer).ISO / os2 / nemo10.zip / BUGS.DOC < prev    next >
Text File  |  1996-02-06  |  3KB  |  65 lines

  1. $Id: BUGS.doc 1.12 96/02/06 04:25:53 ROOT_DOS Exp $
  2.  
  3. This file lists unsolved problems in Captain Nemo 1.0
  4. It is unnecessary to report them.
  5.  
  6. Captain Nemo version 1.0 bugs
  7. -----------------------------
  8. [25]    Shift-F8 does not allow to delete a directory, only a file.
  9.  
  10. [24]    The following scenario will cause a Dir panel to display a wrong
  11.     directory name and content: set both panels as Dir, on two different
  12.     directories, Shift-F1, Shift-F2, Shift-F1. Left panel will then
  13.     display its previous directory instead of the current directory
  14.     as shown by the prompt. Note: NC v.2 and v.3 had the same bug.
  15.  
  16. [23]    The following scenario will cause display of junk characters on
  17.     screen: switch to 132 columns, set Logical Names mode, set left
  18.     panel as Full and right panel as Info, Ctrl-F2, Alt-F2 to any
  19.     disk. A line of junk chars will appear on the left panel.
  20.  
  21. [22]    Mouse handling is not implemented for NCD and only partly
  22.     implemented for File Find.
  23.  
  24. [21]    In FileFind, F5/F6/F8 are not implemented (but View/Edit are).
  25.  
  26. [20]    Selection by Shift-ArrowLeft and Shift-ArrowRight is not implemented
  27.     for Brief directory panels.
  28.  
  29. [19]    In the editor the selection with Shift is limited to ArrowDown
  30.     and ArrowUp, even if that covers most of the needs. Use ^K...
  31.     sequences for more complex selection patterns.
  32.  
  33. Captain Nemo version 0.3 inherited bugs
  34. ---------------------------------------
  35.     Corrected: 17, 18
  36.  
  37. [16]    Trees do not react to creation and deletion orders.
  38.     However, they update themselves on faults, by either adding
  39.     or removing leafs and/or entire branches, without re-reading
  40.     the whole disk (which is not realistic under Unix, where trees
  41.     can easily contain 50,000 directories and more).
  42.  
  43. Captain Nemo version 0.2 inherited bugs
  44. ---------------------------------------
  45.     Corrected: 1, 2, 3, 6, 7, 8, 10, 12, 13, 14, 15
  46.  
  47. [11]    When copied from FAT to HPFS disks, files are not renamed
  48.     back to long names stored under .LONGNAME extended attribute.
  49.     This renaming should probably occur if the current .LONGNAME
  50.     of the file can be reduced to its FAT name, but rather not if
  51.     it cannot. A series of message/dialog boxes would need to be
  52.     introduced to manage name conflicts.
  53.  
  54. [9]    The free space on the target disk is not checked when a file is
  55.     copied or moved. Note that Nemo will not delete a file if the
  56.     a move has not been 100% successful.
  57.  
  58. [5]    In the viewer, search in hex mode works on the screen representation
  59.     instead of the binary data (NC does that too).
  60.  
  61. [4]    Initial number of lines not restored when toggling line number.
  62.     If the screen has an other number of lines than 25 initially,
  63.     it will be lost when switching to 43/50 and then back.
  64.  
  65.